home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 8
/
El Mac 8.iso
/
Shareware
/
Demos
/
OpenStack™ (Demo US)
/
OpenStack™ Demo
/
Objects Library (Demo)
/
XCMD
/
HideDesktop
/
HideDesktop.rsrc
/
HSCR_6000
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-23
|
410 b
|
19 lines
on mouseUp
get the hilite of me
if it then
HideDeskTop OFF --ƒ
if the result≠empty then answer the result
show menubar
set the hilite of me to false
else
put 14000 into item 1 of myVar
put 145 into item 2 of myVar
put 47520 into item 3 of myVar
HideDeskTop ON,myVar --ƒ
if the result≠empty then answer the result
else hide menubar
set the hilite of me to true
end if
end mouseUp